/* 初始化 */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {margin: 0;	padding: 0;}

img, fieldset {border: 0;}

/* set image max width to 100% */
img {max-width: 100%;height: auto;width: auto\9;} /* \9 在IE6/IE7/IE8/IE9/IE10下生效 */

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* disable webkit text size adjust (for iPhone) */
html {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 62.5%;
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}

/* reset webkit search input styles */
/* 在写样式的时候，iphone会有一些默认样式，比如 <input type=”submit” style=”background:#000″ value=”提交” /> 背景竟然是比较灰，并不黑。使用-webkit-appearance:none可去除系统默认的样式 */
/* outline: none;定义无轮廓样式*/
input[type=search] {-webkit-appearance: none;outline: none;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {display: none;}


/* 全局CSS定义 */
body{min-width:1200px;margin:0 auto;padding:0;}


ul,ol,li{list-style:none;}

/* 默认链接颜色 */
a:link {color:#666; text-decoration:none;}      /* unvisited link */
a:visited {color:#666;text-decoration:none;}  /* visited link */
a:hover {color:#666;text-decoration:none;}  /* mouse over link */
a:active {color:#666;text-decoration:none;}  /* selected link */

.fl {float: left;}
.fr {float: right;}

/* 通用属性 */
.clear{clear:both;}

/*常用方法*/
.hidden{display:none;} 
.hidden div{border-bottom:solid 1px #EFEFEF;}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';}


.width_1200 {width: 1200px; margin-right: auto; margin-left: auto; clear: both; float: none;}

*{
margin:0px ;
padding:0px; 
}
body{
font-size:12px;
margin:0 auto;
font-family:"微软雅黑";
color:#000000;


}
ul {
list-style:none;
}

img {
border:0;
}
table{
font-size:12px;
}

table a{
color:#000000;
}
table a:hover{
color:#000000;
text-decoration:underline;
}

a{
color: #000000;
text-decoration:none;
}
a:hover{
color:#000000;
}

.clear{ clear:both;}

.floatleft{ float:left; }

.floatright{ float:right;}
.bdsharebuttonbox{ margin:40px 0;}
.shang{ margin-top:20px;}
.xia{ margin-top:20px;}